home *** CD-ROM | disk | FTP | other *** search
- /*****************************************************************************
- FILE : tbl_func.ph
- SHORTNAME :
- SNNS VERSION : 3.2
-
- PURPOSE : SNNS-Kernel: Transfer functions using table lookup and
- linear approximation method
- NOTES :
-
- AUTHOR : Sven Doering
- DATE : 25.02.93
-
- CHANGED BY : Sven Doering
- IDENTIFICATION : @(#)tbl_func.ph 1.6 3/15/94
- SCCS VERSION : 1.6
- LAST CHANGE : 3/15/94
-
- Copyright (c) 1990-1994 SNNS Group, IPVR, Univ. Stuttgart, FRG
-
- ******************************************************************************/
- #ifndef _TBL_FUNC_DEFINED_
- #define _TBL_FUNC_DEFINED_
-
- /* begin global definition section */
-
- FlintType ACT_LogisticTbl(struct Unit *unit_ptr);
-
- /* end global definition section */
-
- /* begin private definition section */
-
- /* end private definition section */
-
- #endif
-